home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / comm / mail / MakeMail05b.lha / MakeMail / MakeMail.demo.cfg2 < prev    next >
Text File  |  1995-07-09  |  1KB  |  48 lines

  1. ;***************************************************************************;
  2. ;*                    config-file for makemail v0.5beta                    *;
  3. ;* ======================================================================= *;
  4. ;*          startup: rx MakeMail.rexx config "MakeMail.demo.cfg2"          *;
  5. ;* ======================================================================= *;
  6. ;*                written 1995 by Ali Rene Schams-Pirzadeh                 *;
  7. ;***************************************************************************;
  8.  
  9. ;name of the area
  10. AREA "kommerz.ger"
  11.  
  12. ;address of sender
  13. ;4-dim
  14. FROMADR 2:2464/221.0
  15. ;5-dim (does not work with Foozle 1.04)
  16. ;FROMADR 2:2464/221.0@FiDoNeT
  17.  
  18. ;name of sender
  19. FROM "Rainer "Indy" Schulz"
  20.  
  21. ;address of receiver
  22. ;4-dim
  23. TOADR 2:2464/220.0
  24. ;5-dim (does not work with Foozle 1.04)
  25. ;TOADR 2:2464/220.0@FiDoNeT
  26.  
  27. ;name of receiver
  28. TO "Alle"
  29.  
  30. ;subject to use
  31. SUBJECT "This is an Example"
  32.  
  33. ;flags to set (use space between them)
  34. ;   PV => Private mail (will be added automatically)
  35. ;   CM => Crash mail
  36. ;   KS => Kill if sent
  37. ;   FL => file attach
  38. FLAGS "CM KS"
  39.  
  40. ;name of file
  41. FILE "MakeMail.demo"
  42.  
  43. ;your inbound-directory
  44. INBOUND "Inbound1:"
  45.  
  46. ;origin
  47. ORIGIN "-Original-<-Origin->-"
  48.